Re: [linux-security] Things NOT to put in root's crontab

Ken Descoteaux (ken@isis.ST.3Com.COM)
Wed, 22 May 1996 16:18:04 EDT

the find -exec {} construct   exec()s the command with the filename
as an argument.  If you can replace the file with a link after find
detects it as a non link. Then the exec will actually operate on the link